home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / forms / RCS / lib.man,v < prev    next >
Encoding:
Text File  |  1992-03-02  |  2.7 KB  |  129 lines

  1. head     1.4;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.4
  10. date     92.03.02.15.25.36;  author bmiller;  state Exp;
  11. branches ;
  12. next     1.3;
  13.  
  14. 1.3
  15. date     91.01.07.17.55.52;  author mottsmth;  state Exp;
  16. branches ;
  17. next     1.2;
  18.  
  19. 1.2
  20. date     90.02.20.17.10.47;  author douglis;  state Exp;
  21. branches ;
  22. next     1.1;
  23.  
  24. 1.1
  25. date     89.07.20.11.46.12;  author ouster;  state Exp;
  26. branches ;
  27. next     ;
  28.  
  29.  
  30. desc
  31. @@
  32.  
  33.  
  34. 1.4
  35. log
  36. @copyright year changed by bmiller.
  37. @
  38. text
  39. @'\" Copyright 1992 Regents of the University of California
  40. '\" Permission to use, copy, modify, and distribute this
  41. '\" documentation for any purpose and without fee is hereby
  42. '\" granted, provided that this notice appears in all copies.
  43. '\" The University of California makes no representations about
  44. '\" the suitability of this material for any purpose.  It is
  45. '\" provided "as is" without express or implied warranty.
  46. '\" 
  47. '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.3 91/01/07 17:55:52 mottsmth Exp Locker: bmiller $ SPRITE (Berkeley)
  48. '/" 
  49. .so \*(]ltmac.sprite
  50. .HS libName lib
  51. .BS
  52. '\" Note:  do not modify the .SH NAME line immediately below!
  53. .SH NAME
  54. Proc1, Proc2, Proc3 \- Summary of what procedure(s) do(es).
  55. .SH SYNOPSIS
  56. .nf
  57. \fB#include <module.h>\fR
  58. .sp
  59. ReturnType *
  60. \fBProc1\fR(\fIname\fP)
  61. .sp
  62. void
  63. \fBProc2\fR(\fIargc\fR, \fIargv\fR)
  64. .SH ARGUMENTS
  65. .AS biggestType biggestName
  66. .AP char *name in
  67. Terse description of what \fIname\fR is.
  68. .AP int argc in
  69. Number of elements in \fIargv\fR.
  70. .AP char **argv in/out
  71. Description of the \fIargv\fR argument.  ``In/Out'' means that \fI*argv\fR
  72. may be modified by the procedure.
  73. .BE
  74.  
  75. .SH DESCRIPTION
  76. .PP
  77. In this section you describe how to use the procedures.  The description
  78. should be relatively complete, but terse.  For complex libraries,
  79. use multiple sections, each describing some aspect of the library.
  80. See \fIThe Sprite Engineering Manual\fR for general information on writing
  81. manual pages, and the \fBman\fR manual entry in the \fBfiles\fR manual section
  82. for details on all the macros that are available.
  83.  
  84. .SH KEYWORDS
  85. form, manual
  86. @
  87.  
  88.  
  89. 1.3
  90. log
  91. @Update copyright date
  92. @
  93. text
  94. @d1 1
  95. a1 1
  96. '\" Copyright 1991 Regents of the University of California
  97. d9 1
  98. a9 1
  99. '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.2 90/02/20 17:10:47 douglis Exp Locker: mottsmth $ SPRITE (Berkeley)
  100. @
  101.  
  102.  
  103. 1.2
  104. log
  105. @1989 -> 1990
  106. @
  107. text
  108. @d1 1
  109. a1 1
  110. '\" Copyright 1990 Regents of the University of California
  111. d9 1
  112. a9 1
  113. '\" $Header: /sprite/lib/forms/RCS/lib.man,v 1.1 89/07/20 11:46:12 ouster Exp Locker: douglis $ SPRITE (Berkeley)
  114. @
  115.  
  116.  
  117. 1.1
  118. log
  119. @Initial revision
  120. @
  121. text
  122. @d1 1
  123. a1 1
  124. '\" Copyright 1989 Regents of the University of California
  125. d9 1
  126. a9 1
  127. '\" $Header: /sprite/lib/forms/RCS/proto.man,v 1.5 89/01/27 08:36:02 ouster Exp $ SPRITE (Berkeley)
  128. @
  129.